Gitlab
··1 min
Table of Contents
Go To References #
- Gitlab org - Gitlab’s org, shows a nice breakdown of how to structure multiple teams
- Gitlab issues - Gitlab’s issues gives a good overview of labels and how to use them to organize issues
- Gitlab estimates vs weights - Forum discussion outlining various usages of estimates and weights. Key takeaway: use weight to represent business value (importance, impact, likelihood, criticality) and use estimate for effort and complexity (design, dev, qa time)
- .gitlab-ci.yml keyword reference - Keywords and usage examples for creating and editing
.gitlab-ci.yml
Videos #
- Multi-team planning with GitLab Ultimate | GitLab Unfiltered - Even though this is based on the highest Gitlab package, it shows a nice overview of a workflow and process for setting up and dealing with multiple teams from a Program management / Product management perspective – especially with multiple boards for release / roadmap planning, backlog grooming, and sprint lifecycle.
- Gitlab and Gitlab CI Tutorials | Dan Gitschooldude - Nice overview to get started with
gitlab-ci.yaml
- Gitlab CI/CD with Kubernetes | govcloud - Overview of adding a dedicated cluster for gitlab runners